if service.click({
{"Decline|End Call",
}
})
return true
end

if service.click({
{"CANCEL|Cancel reply",
}
})
return true
end

if service.click({
{"CANCEL",
"Cancel reply",
}
})
return true
end

return true